home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / quip.arc / QUIP.DOC < prev    next >
Encoding:
Text File  |  1986-11-28  |  3.0 KB  |  93 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                         QUIP
  8.                                   Quotation System
  9.                                  by  T. S. Anderson
  10.  
  11.  
  12.           Copyright Notice
  13.  
  14.                The programs  QUIP and ADDP are copyrighted (c) 1986 by
  15.                the author, Tim Anderson, 11020 25th  St., St. Michael,
  16.                MN.  These programs are provided for the non-commercial
  17.                enjoyment of the general public.  Un-authorized sale or
  18.                sale of modifications is prohibited.
  19.  
  20.  
  21.           Introduction
  22.  
  23.                QUIP is  a quotation generator similar to that found on
  24.                UNIX based machines.  When invoked, QUIP will display a
  25.                quotation from a Quotation Database.   Also part of the
  26.                system is a program to add  new quotations  to the data
  27.                base (ADDQ).
  28.  
  29.  
  30.           Usage
  31.  
  32.                To use  the program,  enter the following into an MSDOS
  33.                AUTOEXEC.BAT file:
  34.  
  35.                                      QUIP Q.DAT
  36.  
  37.                Each time QUIP is executed  it  will  display  a unique
  38.                quotation  from  the  Q.DAT.   When all quotations have
  39.                been displayed, it will  start over  from the  start of
  40.                the database.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.           Adding New Quotations
  50.  
  51.                The program ADDQ is a utility program to add new quotes
  52.                to the database.  ADDQ requires that the new quotations
  53.                be contained in a MSDOS text file.  The contents of the
  54.                file  can,  however  can  be  any  displayable  IBM  PC
  55.                character.    Quotations  are  separated  with a record
  56.                separator character.   The  default  character  used by
  57.                ADDQ  is  the  ASCII  form-feed  character  (012).  The
  58.                program is invoked as follows:
  59.  
  60.              ADDQ   QUOTATION_FILENAME   INPUT_FILENAME  [RECORD_MARK]
  61.  
  62.              where:
  63.            
  64.                QUOTATION_FILENAME is  the  name  of  a  Quotation DATA
  65.                File.   If the file does not exist, one will be created
  66.                with this file name.
  67.  
  68.                INPUT_FILENAME  is  the  name  of  a   file  containing
  69.                quotations  separated  by  a  record mark.  The default
  70.                record mark is the 'form feed' character (ASCII 12).
  71.            
  72.                RECORD_MARK optionally  redefines  the  ASCII character
  73.                used to separate the individual quotations in the input
  74.                file.    RECORD_MARK  is  specified  as  a  three digit
  75.                decimal string, defining the ASCII character to be used
  76.                (default = '012' ).
  77.  
  78.                The size of the database  created  is  limited  only by
  79.                disk size.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.           Acknowledgments
  88.  
  89.                A  special  thanks  to  the unknown author of QUOTE for
  90.                providing  a  base  of  quotations  which  started  the
  91.                database.
  92.  
  93.